FlightCameraRecordDownloader

FlightCameraRecordDownloader peripheral interface for Drone.

This peripheral informs about automated download of flight camera records from connected devices.

This peripheral is unavailable if flight camera record support is disabled in config.

This peripheral can be obtained from a drone using:

drone.getPeripheral(FlightCameraRecordDownloader.class)

See also

Peripheral.Provider

Types

Link copied to clipboard
Download completion status.

Functions

Link copied to clipboard
Retrieves latest flight camera record download completion status.
Link copied to clipboard
@IntRange(from = 0)
abstract fun getLatestDownloadCount(): Int
Retrieves latest count of successfully downloaded flight camera record files.
Link copied to clipboard
abstract fun isDownloading(): Boolean
Tells whether flight camera record files are currently being downloaded from the device.